PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactionOptions Class
Methods


In This Topic
    PDFContentRedactionOptions Class Members
    In This Topic

    The following tables list the members exposed by PDFContentRedactionOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new PDFContentRedactionOptions object.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the type of the redacted content.  
    Public MethodGets a value indicating whether characters that fit partially the redaction area should be redacted.  
    Public MethodGets the pixels color in redacted images.  
    Public MethodGets the redaction color.  
    Public MethodSets the type of the redacted content.  
    Public MethodSets a value indicating whether characters that fit partially the redaction area should be redacted.  
    Public MethodSets the pixels color in redacted images.
    Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color.  
    Public MethodSets the redaction color.  
    Top
    See Also